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