[FIR] Add NOTHING_TO_INLINE diagnostic
This commit is contained in:
committed by
teamcityserver
parent
28344c8530
commit
015c2d1875
@@ -1,11 +1,11 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
abstract class C {
|
||||
inline external fun foo()
|
||||
<!NOTHING_TO_INLINE!>inline<!> external fun foo()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
abstract class Local {
|
||||
inline external fun foo()
|
||||
<!NOTHING_TO_INLINE!>inline<!> external fun foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user