173: Revert changes for IDEA < 181
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import testing.Test;
|
||||
|
||||
class KotlinClassUsedFromJava {
|
||||
void test() {
|
||||
<caret>Test();
|
||||
}
|
||||
}
|
||||
|
||||
//INFO: <pre><b>public</b> <b>final</b> <b>class</b> Test <i>defined in</i> testing <i>in file</i> KotlinClassUsedFromJava_Data.kt</pre><p>Some comment</p>
|
||||
Reference in New Issue
Block a user