Iaroslav Postovalov
|
29c68c8aa7
|
[Tests] Add JavaAgainstKotlin tests for K2
^KT-64405 Fixed
|
2024-01-15 23:25: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 |
|
Steven Schäfer
|
917ef250cf
|
Add and (un)mute inline class tests
|
2019-06-13 12:25:06 +02:00 |
|
pyos
|
c7d7d903cd
|
Add the IR version of CompileJavaAgainstKotlin tests
Only the WithoutJavac version for now, because the other one ignores
javac errors.
|
2019-04-12 12:43:37 +02:00 |
|
Dmitry Petrov
|
34548a0667
|
Fix primitive override with inline class in Kotlin-Java inheritance
|
2018-08-23 13:07:07 +03:00 |
|