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,7 @@
open var field: kotlin.Int
open var field2: kotlin.String!
open fun foo(): kotlin.String!
constructor()