Expect/actual companion object: set gutter on leaf element
May fix KT-21113
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
expect class WithCompanion {
|
||||
companion object {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
actual class <lineMarker>WithCompanion</lineMarker> {
|
||||
actual companion <lineMarker>object</lineMarker> {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
expect class <lineMarker>WithCompanion</lineMarker> {
|
||||
companion <lineMarker>object</lineMarker> {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
actual class WithCompanion {
|
||||
actual companion object {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user