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