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