Fixed test
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package foo.bar
|
||||
|
||||
val globalProperty: Int = 1
|
||||
public val globalProperty: Int = 1
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
package foo.bar
|
||||
|
||||
val globalProperty: Int = 1
|
||||
public val globalProperty: Int = 1
|
||||