AA: apply java type enhancement to declaredMemberScope.

* added getDeclaredMemberScope to JavaScopeProvider.
This commit is contained in:
Jiaxiang Chen
2022-12-05 19:09:35 -08:00
committed by Ilya Kirillov
parent f620eb920f
commit 7ce2f64c18
12 changed files with 547 additions and 2 deletions
@@ -0,0 +1,5 @@
open fun add(s: kotlin.String!): kotlin.Int
open operator fun removeAt(index: kotlin.Int): kotlin.String!
constructor()