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.StringVS
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.StringAN
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.StringD
AN
D
AN
D
AL
VP
VP
AN
VP
AN