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
+5
@@ -0,0 +1,5 @@
|
||||
open fun add(s: kotlin.String!): kotlin.Int
|
||||
|
||||
open operator fun removeAt(index: kotlin.Int): kotlin.String!
|
||||
|
||||
constructor()
|
||||
Reference in New Issue
Block a user