[AA K2] add more tests on java members
^KT-54311
This commit is contained in:
committed by
Space Team
parent
5e31c0b9b0
commit
731545573a
+11
@@ -0,0 +1,11 @@
|
||||
open var field: kotlin.Int
|
||||
|
||||
open var field2: kotlin.String!
|
||||
|
||||
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
open fun hashCode(): kotlin.Int
|
||||
|
||||
open fun toString(): kotlin.String
|
||||
|
||||
constructor()
|
||||
Reference in New Issue
Block a user