blob: 7c519a2d97eebcb828b2060c23aaf91f9695b439 [file] [log] [blame]
public class I594 {
public void thisIsNotFormattedCorrectly(Object something) {
if (something instanceof String somethingAsString) {
return;
}
}
}