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