Files
kotlin-fork/compiler/testData/psi/RootPackage.kt
T
2014-01-14 18:06:49 +04:00

13 lines
175 B
Kotlin
Vendored

package foo.bar;
class X
package foo.bar {
fun foo() {
package.foo.bar.X
package.foo.bar.X()
when (e) {
is package.foo.bar.X<package.Y> -> {}
}
}
}