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