[AA] Provide KtCallableSymbol for static Java members
^KTIJ-25126 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// FILE: main.kt
|
||||
fun some() {
|
||||
JavaClass.<caret>count
|
||||
}
|
||||
|
||||
// FILE: JavaClass.java
|
||||
public class JavaClass {
|
||||
public static Integer count = 0;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
open var count: kotlin.Int!
|
||||
@@ -0,0 +1,19 @@
|
||||
KtJavaFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: /JavaClass.count
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
isStatic: true
|
||||
isVal: false
|
||||
modality: OPEN
|
||||
name: count
|
||||
origin: JAVA
|
||||
receiverParameter: null
|
||||
returnType: KtFlexibleType:
|
||||
annotationsList: []
|
||||
type: kotlin/Int!
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user