Files
kotlin-fork/compiler
Alexander Udalov 3193689086 JVM IR: do not add suffix for accessors to top level functions
This only reproduced when compiling (technically incorrect) code in the
standard library, where private functions monitorEnter/monitorExit are
accessed from another file, and their names with suffixes are not
recognized as intrinsics which should be replaced by
monitorenter/monitorexit JVM bytecode instructions.
2020-01-10 14:05:25 +01:00
..
2019-12-25 20:19:36 +03:00
2020-01-09 14:00:11 +01:00
2020-01-09 14:00:11 +01:00
2020-01-02 10:31:00 +01:00
2019-09-06 11:28:25 +03:00