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

10 lines
273 B
Plaintext
Vendored

package
package kt1977 {
public fun bar(): kotlin.Unit
public fun foo(): kotlin.Unit
public fun strToInt(/*0*/ s: kotlin.String): kotlin.Int?
public fun test1(/*0*/ s: kotlin.String): kotlin.Int?
public fun test2(/*0*/ s: kotlin.String): kotlin.Int?
}