Files
kotlin/compiler/testData/codegen/box/callableReference/function
Alexander Udalov a269e9bc00 JVM IR: fix typo in condition in KCallableNamePropertyLowering
This however makes testLocalFunctionName fail because currently
isSubclassOf (incorrectly) returns false and therefore an anonymous
class is generated and the name is taken from there. The name there is
"box$OK" which is incorrect. The isSubclassOf issue is KT-28198 and will
be fixed separately; the incorrect name issue will be investigated later
2019-03-12 18:49:41 +01:00
..
2018-10-25 15:49:21 +03:00
2018-10-25 15:49:21 +03:00
2018-08-09 14:22:50 +03:00
2018-10-19 14:07:20 +03:00
2018-06-28 12:26:41 +02:00