fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -3,5 +3,5 @@ class Z(<!UNUSED_PARAMETER!>s<!>: (Int) -> Int) {
|
||||
}
|
||||
|
||||
public inline fun test(s : (Int) -> Int) {
|
||||
<!INVISIBLE_MEMBER_FROM_INLINE!>Z<!>(<!USAGE_IS_NOT_INLINABLE!>s<!>)
|
||||
Z(<!USAGE_IS_NOT_INLINABLE!>s<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user