Introduce isExpect/ActualDeclaration in KotlinLineMarkerProvider
Treat every member of expect declaration as expect declaration itself So #KT-18455 Fixed
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
expect class <lineMarker>SecondaryConstructor</lineMarker>{
|
||||
constructor(name: String, surname: String)
|
||||
<lineMarker>constructor</lineMarker>(name: String, surname: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user