Check for ClassKind in getClassifier() and getObjectDescriptor() implementations in java scopes
# KT-3124 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//This a test for blinking bug from KT-3124
|
||||
package some
|
||||
|
||||
public object SOME_OBJECT {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
//This a test for blinking bug from KT-3124
|
||||
|
||||
import some.SOME_OBJECT
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = SOME_OBJECT
|
||||
}
|
||||
Reference in New Issue
Block a user