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

8 lines
169 B
Plaintext
Vendored

package
package a {
public fun bar(): kotlin.Unit
public fun foo(/*0*/ i: kotlin.Int, /*1*/ s: kotlin.String): kotlin.Unit
public fun test(): kotlin.Unit
}