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