FIR LC: create inline methods
unless the functions (or accessors) have reified type parameters or inline-only annotations
This commit is contained in:
committed by
Ilya Kirillov
parent
2954769296
commit
a153a1fefb
@@ -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()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user