blob: 0940da03b4c0cd539c4a43c11dfd8a1fab6f5ec1 [file] [log] [blame]
// ERROR: Unresolved reference: Foo
internal class C {
private val f: Foo? = null
}