Files
kotlin-fork/compiler/testData/ir/irText/classes
Dmitry Petrov 866f188120 Report JVM signature clashes from JVM_IR
Also:

* Do not rename public ABI fields
This includes backing fields for const, lateinit, @JvmField properties,
and instance fields for objects.

* FAKE_OVERRIDE declarations for static members of parent Java classes
Required to report cases when a Kotlin function accidentally overrides
Java class member.
2020-02-13 11:35:48 +03:00
..
2020-02-11 23:22:55 +03:00
2018-08-14 10:00:21 +03:00
2019-05-16 07:58:45 +02:00