Files
kotlin-fork/compiler/testData/codegen/box/reified
pyos 301e3d27fd JVM_IR: "fix" reified type parameter scope check
where "fix" means "work around a bug that is much harder to fix". When
lambdas are extracted into the nearest class, captured type parameters
are not transformed into type parameters of the new method; because of
this, to check whether a reified type parameter is captured by a method
we need to check the outermost named function, not the current function.
2019-10-10 14:54:13 +02:00
..
2018-08-08 18:33:39 +03:00
2019-04-08 13:10:22 +02:00
2019-04-08 13:10:22 +02:00
2019-04-08 13:10:22 +02:00