Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4d0e90e446d2a0af3a5d89217637af5383258450
/
.
/
native
/
native.tests
/
testData
/
compilerOutput
/
releaseCompilerAgainstPreReleaseLibrary
/
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
=
""
}