Evaluate expression shouldn't be applicable for class name of Java class in static call
#KT-7261 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(i: Int) {
|
||||
O.<caret>Companion.foo()
|
||||
}
|
||||
|
||||
class O {
|
||||
companion object {
|
||||
fun foo() {}
|
||||
}
|
||||
}
|
||||
// EXPECTED: O.Companion
|
||||
Reference in New Issue
Block a user