Introduced QualifierReceiver instead of PackageType
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package a
|
||||
|
||||
class Test {
|
||||
class object {
|
||||
class Some
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
a.Test.S<caret>
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
package a
|
||||
|
||||
class Test {
|
||||
class object {
|
||||
class Some
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
a.Test.Some<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user