[JS] Mark necessary methods that must be evaluated at compile-time
It includes methods and properties from Boolean, Char, String, Enum and KCallable.
This commit is contained in:
@@ -29,6 +29,7 @@ public final annotation class ExperimentalAssociatedObjects : kotlin.Annotation
|
||||
}
|
||||
|
||||
public interface KCallable<out R> {
|
||||
@kotlin.internal.IntrinsicConstEvaluation
|
||||
public abstract val name: kotlin.String { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user