Added test for nested class
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package a
|
||||
|
||||
import a.A.Nested as X
|
||||
|
||||
interface A {
|
||||
class Nested
|
||||
|
||||
val a: Nested
|
||||
val b: X
|
||||
}
|
||||
Reference in New Issue
Block a user