Files
kotlin-fork/compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.txt
T

9 lines
170 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
}