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
@@ -1,7 +1,7 @@
package
package kt1191 {
public fun foo(/*0*/ unused: kotlin.Int): kotlin.Any
public fun foo(/*0*/ unused: kotlin.Int): kt1191.foo.<no name provided>
public fun </*0*/ T> kt1191.FunctionalList<T>.plus(/*0*/ element: T): kt1191.FunctionalList<T>
public interface FunctionalList</*0*/ T> {