Files
kotlin-fork/compiler/testData/diagnostics/tests/functionLiterals/kt2906.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

9 lines
287 B
Plaintext
Vendored

package
package bug {
public fun foo1(/*0*/ bar: () -> kotlin.Unit): kotlin.Unit
public fun foo2(/*0*/ bar: () -> kotlin.Unit): kotlin.Unit
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
public fun println(/*0*/ s: kotlin.String): kotlin.String
}