Vladimir Dolzhenko
|
918a91dbdf
|
Escape special names with backticks in test data
#KT-51248
|
2022-02-10 21:20:47 +00:00 |
|
Ilmir Usmanov
|
129de76288
|
Value classes: Generate @JvmInline annotation for inline classes
but not for value classes.
Since inline classes and value classes share the same flag, we use
presence of the annotation to distinguish them.
|
2020-12-01 23:45:47 +01:00 |
|
Ilmir Usmanov
|
ca3e7cf1a7
|
Value classes: Report lacking @JvmInline only on JVM backend
Report when @JvmInline is applied on non-value class.
|
2020-11-27 23:52:07 +01:00 |
|
Alexander Udalov
|
be66591a4f
|
Minor, fix test data for PublishedApi on inline class constructor
PublishedApi is not available at runtime because it has BINARY
retention. Probably this test should check some other RUNTIME-retained
annotation
|
2018-10-31 17:25:12 +01:00 |
|