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