Importing root scope without members.
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
package testing.kt
|
||||
|
||||
class TestFromJava() : BaseJava() {
|
||||
override fun testMethod() {
|
||||
}
|
||||
@@ -9,5 +7,5 @@ fun test() {
|
||||
BaseJava().testMethod<caret>()
|
||||
}
|
||||
|
||||
// REF: (in testing.kt.TestFromJava).testMethod()
|
||||
// REF: (in TestFromJava).testMethod()
|
||||
// REF: (in BaseJava).testMethod()
|
||||
|
||||
Reference in New Issue
Block a user