Files
kotlin-fork/compiler/testData/diagnostics/tests/subtyping/nestedIntoLocalClasses.txt
T
2015-09-08 02:04:32 +03:00

9 lines
249 B
Plaintext
Vendored

package
package p {
public fun foo(): p.foo.<anonymous>.<no name provided>.A
public fun foo(/*0*/ a: kotlin.Int): p.foo.<anonymous>.<no name provided>.A
public fun </*0*/ T> run(/*0*/ f: () -> T): T
public fun test(): kotlin.Unit
}