Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
releaseCompilerAgainstPreReleaseLibraryJs
/
library
/
a.kt
blob: 79d858eaf5493cbd738123a589029ce23c0409ce [
file
]
package
a
open
class
A
{
class
Nested
}
fun foo
()
=
""
var
bar
=
42
typealias TA
=
String