Fix override navigation from properties defined in primary constructor
EA-91185 - CCE: KotlinLineMarkerProviderKt$OVERRIDDEN_PROPERTY$.browse
This commit is contained in:
+7
@@ -8,3 +8,10 @@ open class <lineMarker>C</lineMarker>(
|
||||
class D : C("") {
|
||||
override val <lineMarker>s</lineMarker>: String get() = "q"
|
||||
}
|
||||
|
||||
/*
|
||||
LINEMARKER: <html><body>Is overridden in <br/> D</body></html>
|
||||
TARGETS:
|
||||
PrimaryConstructorOpen.kt
|
||||
override val <1>s: String get() = "q"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user