Show expect / actual gutter even for incomplete compatibility
So #KT-18445 Fixed So #KT-21115 Fixed
This commit is contained in:
@@ -2,6 +2,8 @@ actual class <lineMarker>Header</lineMarker> {
|
||||
actual fun <lineMarker>foo</lineMarker>() = 42
|
||||
}
|
||||
|
||||
actual class <lineMarker>Incomplete</lineMarker>
|
||||
|
||||
actual fun <lineMarker>foo</lineMarker>(arg: Int) = arg.toString()
|
||||
|
||||
actual val <lineMarker>flag</lineMarker> = true
|
||||
|
||||
Reference in New Issue
Block a user