Do not show Smart Step Into targets for @InlineOnly callables (KT-33728)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
val a = mutableListOf("A", "B").also { it.add("C") }<caret>
|
||||
val b = a
|
||||
}
|
||||
|
||||
// EXISTS: mutableListOf(vararg String)
|
||||
// EXISTS: also: block.invoke()
|
||||
Reference in New Issue
Block a user