[Tests] Add JavaAgainstKotlin tests for K2

^KT-64405 Fixed
This commit is contained in:
Iaroslav Postovalov
2024-01-07 13:34:22 +01:00
committed by Space Team
parent 34877130c7
commit 29c68c8aa7
8 changed files with 2853 additions and 5 deletions
@@ -1,3 +1,5 @@
// !IGNORE_FIR
// KT-64909
// !LANGUAGE: +InlineClasses
package test
@@ -10,4 +12,4 @@ interface IFoo<T> {
open class KFooZ : IFoo<Z> {
override fun foo(): Z = Z(42)
}
}