Importing root scope without members.
This commit is contained in:
@@ -8,8 +8,6 @@ public enum A {
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
package vvv
|
||||
|
||||
fun main() {
|
||||
val c: A = A.ENTRY
|
||||
val <!UNUSED_VARIABLE!>c2<!>: String? = c.ENTRY
|
||||
|
||||
Reference in New Issue
Block a user