Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1001.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

9 lines
204 B
Plaintext

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