Files
kotlin-fork/compiler/testData
pyos 939a9ff53e JVM_IR: fix NPE in interface companion initializers
* When referencing the companion itself, they should use the $$INSTANCE
  field, not the (null until <clinit> returns) Companion field of the
  interface.

* Interface companion init blocks should be made static.
2019-11-20 14:37:19 +01:00
..
2019-07-31 11:18:44 +02:00
2019-11-01 19:40:20 +03:00