Files
kotlin-fork/compiler/tests-gen/org/jetbrains/kotlin
Alexander Udalov e6476c39ca JVM IR: fix isMarkedNullable for nullability-flexible types
Since nullability-flexible types in IR are represented by an annotation
on an IrSimpleType, not a special instance, the common implementation of
`KotlinTypeMarker.isMarkedNullable` in `TypeSystemContext` doesn't work.

This method is used for example to generate `typeOf` in JVM IR, in
`TypeSystemCommonBackendContext.generateTypeOf`, and this issue led to a
difference in behavior of `typeOf` for nullability-flexible types.

 #KT-44726 Fixed
2021-02-22 12:52:48 +01:00
..
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00
2021-02-03 12:50:52 +01:00
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00
2021-01-12 18:35:41 +03:00
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00
2021-01-03 14:53:41 +01:00