Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
releaseCompilerAgainstPreReleaseFeatureJs
/
source.kt
blob: 21327efd06bd582310aa979e27bbfd96a8cd69f7 [
file
] [
log
] [
blame
]
package
usage
.
a
import
a
.*
import
b
.*
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
=
""
}