fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,16 +1,16 @@
|
||||
package
|
||||
|
||||
package pkg1 {
|
||||
internal fun e(): kotlin.Int
|
||||
public fun e(): kotlin.Int
|
||||
}
|
||||
|
||||
package pkg2 {
|
||||
internal fun e(): kotlin.Int
|
||||
public fun e(): kotlin.Int
|
||||
}
|
||||
|
||||
package pkg3 {
|
||||
|
||||
package pkg3.pkg1 {
|
||||
internal fun e(): kotlin.Int
|
||||
public fun e(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user