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

9 lines
196 B
Plaintext
Vendored

package
package kt1001 {
public fun doSmth(): kotlin.Unit
public fun foo(/*0*/ c: kotlin.Array<kotlin.Int>): kotlin.Unit
public fun t1(): kotlin.Int
public fun t2(): kotlin.Int
}