Test for property from top level object
#KT-3187 Fixed
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import testing.*
|
||||
|
||||
val testObjectProperty = TopLevelObject
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
internal val testObjectProperty : testing.TopLevelObject
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
object TopLevelObject
|
||||
Reference in New Issue
Block a user