mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Revert "Revert "[code vision] IDEA-308383: add tests""
This reverts commit 2431e8827ad5eebd3b291007fd08847bd4d0691d. GitOrigin-RevId: f8eae4a8f86970e7184d12bf4f9b40a9cc3f725f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a4418b235a
commit
4e254303d0
@@ -0,0 +1,5 @@
|
||||
class ExternalUsage {
|
||||
void foo(){
|
||||
Test.test();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
class Test {
|
||||
void use() {
|
||||
test();
|
||||
test();
|
||||
}
|
||||
|
||||
public static void test<caret>() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user