Files
kotlin-fork/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.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

12 lines
406 B
Plaintext

package
package kt2146 {
internal fun f1(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f2(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f3(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f4(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f5(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f6(/*0*/ s: kotlin.Int?): kotlin.Int
internal fun f7(/*0*/ s: kotlin.Int?): kotlin.Int
}