AA: apply java type enhancement to declaredMemberScope.
* added getDeclaredMemberScope to JavaScopeProvider.
This commit is contained in:
committed by
Ilya Kirillov
parent
f620eb920f
commit
7ce2f64c18
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
open var field: kotlin.Int
|
||||
|
||||
open var field2: kotlin.String!
|
||||
|
||||
open fun foo(): kotlin.String!
|
||||
|
||||
constructor()
|
||||
Reference in New Issue
Block a user