Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a0400f59c22402736466d7a35a6f4e534823ecd8
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
wrongMetadataVersionJs
/
source.kt
blob: f15b2e0bd70091fdf03c110195a64bbb54f53daa [
file
] [
log
] [
blame
]
package
usage
import
a
.*
fun baz
(
param
:
A
,
nested
:
A
.
Nested
)
{
val constructor
=
A
()
val nested
=
A
.
Nested
()
val methodCall
=
param
.
method
()
val supertype
=
object
:
A
()
{}
val x
=
foo
()
val y
=
bar
bar
=
239
val z
:
TA
=
""
}