Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
releaseCompilerAgainstPreReleaseLibrary
/
library
/
a.kt
blob: 5fca6f9717388cb6db32a58ff6d43710e6d882a9 [
file
]
package
a
open
class
A
{
class
Nested
}
fun foo
()
=
""
var
bar
=
42
typealias TA
=
String
fun baz
(
f
:
(
A
)
->
Unit
)
{}
fun A
(
f
:
()
->
A
):
A
=
f
()
fun
String
.
toA
():
A
=
A
()