D
fun foo(): String {
return null as String
}
Скомпилится, но рванёт в рантайме.
Size: a a a
D
fun foo(): String {
return null as String
}
AN
VS
D
AN
AN
D
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.String
VS
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.String
AN
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.String
D
AN
D
AN
D
AL
VP
VP
AN
VP
AN