Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
wrongMetadataVersionBadMetadata2
/
library
/
a.kt
blob: cf2b6f3503dcad3f1cebbf793d14d3e9cb7fd631 [
file
]
package
a
open
class
A
{
class
Nested
fun method
()
{}
val quux
=
""
}
fun foo
()
{}
var
bar
=
42
typealias TA
=
String