mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IDEA-178890 "Inline" Foo.class.getName(), Foo.class.getSimpleName()
GitOrigin-RevId: 12c063d4e41ba8f5244a9c0609ebf016980c97c8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e1e629b31
commit
505bdd1c87
@@ -0,0 +1,9 @@
|
||||
package foo.bar.baz;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
void test() {
|
||||
String s = Test.class.get<caret>Name();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user