Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingEnumReferencedInAnnotationArgument
/
source.kt
blob: 4ab06f33a2a9ec35f809edd63134ed1e7a2684db [
file
]
package
c
import
b
.
B
class
C
:
B
()
{
fun bar
()
=
foo
(
""
)
}