blob: 4964af100c638a159f6cf858c5a025bcaa219dc3 [file] [log] [blame]
compiler/testData/cli/jvm/javaSrcWrongPackage.kt:1:13: error: unresolved reference: A
fun test(): A.Nested = A().nested()
^
compiler/testData/cli/jvm/javaSrcWrongPackage.kt:1:24: error: unresolved reference: A
fun test(): A.Nested = A().nested()
^
COMPILATION_ERROR