fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
package kt1066 {
|
||||
internal fun foo(/*0*/ excluded: kotlin.Set<kotlin.Char>): kotlin.Unit
|
||||
internal fun randomDigit(): kotlin.Char
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun foo(/*0*/ excluded: kotlin.Set<kotlin.Char>): kotlin.Unit
|
||||
public fun randomDigit(): kotlin.Char
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user