[AA] Add additional tests for declared member scopes and member scopes
^KT-61800
This commit is contained in:
committed by
Space Team
parent
dc689952cb
commit
c2d08b9462
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
fun foo(): kotlin.Int
|
||||
|
||||
val bar: kotlin.String
|
||||
|
||||
class C2
|
||||
|
||||
object O2
|
||||
|
||||
companion object
|
||||
|
||||
constructor()
|
||||
Reference in New Issue
Block a user