fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package a {
|
||||
internal fun </*0*/ T> g(/*0*/ f: () -> kotlin.List<T>): T
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun </*0*/ T> g(/*0*/ f: () -> kotlin.List<T>): T
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user