Files
kotlin-fork/compiler/testData/diagnostics/tests/scopes/kt1579.jet
T

9 lines
119 B
Plaintext

//FILE:a.kt
package lib
trait WithInner {
trait Inner {
}
}
//FILE:b.kt
package user
import lib.WithInner.Inner