Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
wrongMetadataVersion
/
source.kt
blob: f15b2e0bd70091fdf03c110195a64bbb54f53daa [
file
]
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
=
""
}