Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
field
/
valWithInit.kt
blob: af8865c3843d5bbcd92aff3b649ef2e64b41d2a3 [
file
] [
log
] [
blame
]
// ERROR: Unresolved reference: Foo
internal
class
C
{
val f
=
Foo
(
1
,
2
)
}