Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
native
/
native.tests
/
testData
/
compilerOutput
/
releaseCompilerAgainstPreReleaseFeature
/
source.kt
blob: b62727d8f64c679c4839f69b96e1dfa65ac69893 [
file
]
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
=
""
}