[FIR] Add NOTHING_TO_INLINE diagnostic

This commit is contained in:
Andrey Zinovyev
2021-07-20 13:21:38 +03:00
committed by teamcityserver
parent 28344c8530
commit 015c2d1875
34 changed files with 72 additions and 306 deletions
@@ -6,7 +6,7 @@ fun f() {
LocalClass().foo = 1
}
internal inline fun internal() {
internal <!NOTHING_TO_INLINE!>inline<!> fun internal() {
f()
}