RootNamespaceExpression → RootPackageExpression.

This commit is contained in:
Evgeny Gerashchenko
2014-01-10 18:27:51 +04:00
parent 791b5bb84c
commit 73ad5552c8
13 changed files with 23 additions and 23 deletions
+13
View File
@@ -0,0 +1,13 @@
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> -> {}
}
}
}