Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/varnotnull/plusplusMinusminus.txt
T

6 lines
166 B
Plaintext
Vendored

package
public fun bar(/*0*/ arg: kotlin.Long?): kotlin.Long
public fun foo(/*0*/ arg: kotlin.Int?): kotlin.Int
public operator fun kotlin.Long?.inc(): kotlin.Long?