Test for property from top level object

#KT-3187 Fixed
This commit is contained in:
Nikolay Krasko
2013-01-14 22:07:32 +04:00
parent d14f382db9
commit 1263919e39
8 changed files with 166 additions and 0 deletions
@@ -0,0 +1,5 @@
package test
import testing.*
val testObjectProperty = TopLevelObject
@@ -0,0 +1,3 @@
package test
internal val testObjectProperty : testing.TopLevelObject
@@ -0,0 +1,3 @@
package testing
object TopLevelObject