FIR LC: create inline methods

unless the functions (or accessors) have reified type parameters
or inline-only annotations
This commit is contained in:
Jinseong Jeon
2021-12-28 15:08:22 -08:00
committed by Ilya Kirillov
parent 2954769296
commit a153a1fefb
4 changed files with 15 additions and 10 deletions
@@ -1,4 +1,8 @@
public final class A /* A*/ {
@kotlin.Suppress(names = "INVISIBLE_REFERENCE")
@kotlin.internal.InlineOnly()
private final void foo();// foo()
public A();// .ctor()
}