Do not show Smart Step Into targets for @InlineOnly callables (KT-33728)
This commit is contained in:
@@ -2,4 +2,6 @@ fun foo() {
|
||||
arrayListOf(1, 2).count()<caret>
|
||||
}
|
||||
|
||||
fun <T> List<T>.count(): Int = size
|
||||
|
||||
// EXISTS: arrayListOf(vararg Int), count()
|
||||
Reference in New Issue
Block a user