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