blob: af8865c3843d5bbcd92aff3b649ef2e64b41d2a3 [file] [log] [blame]
// ERROR: Unresolved reference: Foo
internal class C {
val f = Foo(1, 2)
}