Files
kotlin-fork/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.txt
T
2014-10-01 18:52:52 +04:00

11 lines
405 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
}