fix tests in org.jetbrains.kotlin.checkers (related to KT-9072)

This commit is contained in:
Michael Nedzelsky
2015-09-07 20:36:59 +03:00
parent 7c1758a8d3
commit aa44606663
27 changed files with 66 additions and 72 deletions
@@ -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