fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package
|
||||
|
||||
package kt799 {
|
||||
internal val a: kotlin.Nothing
|
||||
internal val b: [ERROR : Return not allowed]
|
||||
internal val c: kotlin.Unit
|
||||
internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
internal fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit
|
||||
internal fun test(): kotlin.Unit
|
||||
public val a: kotlin.Nothing
|
||||
public val b: [ERROR : Return not allowed]
|
||||
public val c: kotlin.Unit
|
||||
public fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
public fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user