Do not show non-actual members in actual gutter #KT-27951 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
expect fun some()
|
||||
@@ -0,0 +1,3 @@
|
||||
actual fun doAnother(s: String) {}
|
||||
|
||||
fun doAnother(s: String, i: Int) {}
|
||||
@@ -0,0 +1,5 @@
|
||||
expect fun doSomething(s: String)
|
||||
|
||||
fun doSomething(s: String, i: Int) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
fun main(args: Array<String>) {}
|
||||
Reference in New Issue
Block a user