fix tests in org.jetbrains.kotlin.checkers (related to KT-9072)
This commit is contained in:
@@ -3,7 +3,7 @@ package
|
||||
package b {
|
||||
public var f: () -> kotlin.Unit
|
||||
public val g: () -> kotlin.Int
|
||||
public val o: kotlin.Any
|
||||
public val o: b.o.<no name provided>
|
||||
public val p: b.P
|
||||
public fun doSmth(/*0*/ i: kotlin.Int): kotlin.Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user