mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
6 lines
82 B
Java
6 lines
82 B
Java
public class A{
|
|
public void method(){
|
|
boolean x = this instanceof <caret>
|
|
}
|
|
}
|