Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
cli
/
jvm
/
apiVersion1.0.kt
blob: 8ff55ac16ed48ede49d597d76c2b2e6b4e58f761 [
file
] [
log
] [
blame
]
typealias
Foo
=
Int
sealed
class
A
data
class
B
(
val foo
:
Int
):
A
()
inline
val f
get
()
=
""
suspend fun test
()
{
""
::
class
""
::
toString
Foo
::
class
Foo
::
toString
val b
by
lazy
{
""
}
}