[AA K2] add more tests on java members

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-11-04 15:35:35 +01:00
committed by Space Team
parent 5e31c0b9b0
commit 731545573a
8 changed files with 448 additions and 0 deletions
@@ -0,0 +1,13 @@
open fun foo()
open fun doo(i: kotlin.Int): kotlin.String!
open fun getStringValue(): kotlin.String!
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
open fun hashCode(): kotlin.Int
open fun toString(): kotlin.String
constructor()