Files
kotlin-fork/compiler/testData/codegen/box/ir/serializationRegressions
Roman Artemev d27954a6d4 [IR] Use erased types in backing field initializer in case of generic delegated property
- Since neither IrProperty nor IrField is Type Parameter container
 using of proprty's type parameter in IrField related code leads to
 creation of "hanging" type parameters which should be considered as
 incorrect IR.
 - Such code designed to be prohibited in LV 1.5
 - The fix makes use of erased type in such case
 where type parameter is expected.
2020-03-13 17:28:31 +03:00
..
2020-02-14 18:22:17 +03:00
2020-03-13 17:28:30 +03:00
2020-02-14 18:22:17 +03:00

Directory contains copies of codegen box tests that used to fail during IR serialization or deserialization.

They are splitted into multiple modules to force serialization and deserializations in applicable backend.