Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
wrongMetadataVersionBadMetadata
/
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