Get rid of inlineOptions usages in IDE tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo(inlineOptions p: () -> Unit){}
|
||||
fun foo(@Suppress("UNCHECKED_CAST") p: () -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>)
|
||||
|
||||
Reference in New Issue
Block a user