Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/UselessSafeCast.txt
T
Mikhail Zarechenskiy 7f287a4230 Support warning about useless cast on safe cast
#KT-13348 Fixed
2017-04-10 12:48:09 +03:00

5 lines
113 B
Plaintext
Vendored

package
public fun foo(/*0*/ x: kotlin.Number?): kotlin.Unit
public fun test(/*0*/ x: kotlin.Int?): kotlin.Unit