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

7 lines
153 B
Plaintext
Vendored

package
package aaa {
public fun bar(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Unit
public fun foo(/*0*/ a: kotlin.Int?): kotlin.Unit
}