Files
kotlin-fork/compiler/testData/psi/RootNamespace.kt
T
2013-09-17 18:10:00 +04:00

13 lines
175 B
Kotlin

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> -> {}
}
}
}