[FIR] Add NOT_YET_SUPPORTED_IN_INLINE diagnostic
This commit is contained in:
committed by
teamcityserver
parent
bc75a21852
commit
28344c8530
@@ -39,9 +39,9 @@ abstract class Base {
|
||||
}
|
||||
|
||||
class Derived : Base() {
|
||||
override final inline fun foo(f: () -> Unit) {
|
||||
override final inline fun foo(<!NOT_YET_SUPPORTED_IN_INLINE!>f: () -> Unit<!>) {
|
||||
f()
|
||||
}
|
||||
}
|
||||
|
||||
inline fun default11(s : () -> Derived = ::Derived) {}
|
||||
inline fun default11(s : () -> Derived = ::Derived) {}
|
||||
|
||||
Reference in New Issue
Block a user