fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
internal fun testPostfixSpecial(): kotlin.Unit
|
||||
internal fun testPostfixWithCall(/*0*/ n: kotlin.Nothing): kotlin.Unit
|
||||
internal fun testPrefix(): kotlin.Unit
|
||||
internal fun todo(): kotlin.Nothing
|
||||
public fun testPostfixSpecial(): kotlin.Unit
|
||||
public fun testPostfixWithCall(/*0*/ n: kotlin.Nothing): kotlin.Unit
|
||||
public fun testPrefix(): kotlin.Unit
|
||||
public fun todo(): kotlin.Nothing
|
||||
|
||||
Reference in New Issue
Block a user