FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
@@ -1,9 +1,9 @@
|
||||
public final class ThrowsAnnotationKt /* ThrowsAnnotationKt*/ {
|
||||
@<error>()
|
||||
@kotlin.jvm.Throws()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String readFile(@org.jetbrains.annotations.NotNull() java.lang.String);// readFile(java.lang.String)
|
||||
|
||||
@<error>()
|
||||
@kotlin.jvm.Throws()
|
||||
public static final void baz();// baz()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user