fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package
|
||||
|
||||
package test {
|
||||
internal val fromImported: kotlin.Int = 1
|
||||
internal val normal: kotlin.Int = 1
|
||||
public val fromImported: kotlin.Int = 1
|
||||
public val normal: kotlin.Int = 1
|
||||
}
|
||||
|
||||
package testOther {
|
||||
internal val fromImported: kotlin.Int = 1
|
||||
internal val some: kotlin.Int = 1
|
||||
public val fromImported: kotlin.Int = 1
|
||||
public val some: kotlin.Int = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user