Files
kotlin-fork/compiler/testData/diagnostics/tests/subtyping/nestedLocalClasses.txt
T
Stanislav Erokhin 298a075381 Minor. removed functions which declared in Standard.kt from diagnostic testdata.
Removed declaration for functions: TODO, run, with, apply, let.
2016-01-25 19:13:31 +03:00

8 lines
167 B
Plaintext
Vendored

package
package p {
private fun foo(): p.foo.<anonymous>.A.B
private fun foo(/*0*/ a: kotlin.Int): p.foo.<anonymous>.A.B
public fun test(): kotlin.Unit
}