Run psi check on light classes from compiled Kotlin
This commit is contained in:
+1
-4
@@ -1,5 +1,5 @@
|
||||
public interface Primitives {
|
||||
int $$int /* Real name is 'int' */(int x);
|
||||
int $$int /* Real name is 'int' */(int i);
|
||||
|
||||
@org.jetbrains.annotations.Nullable
|
||||
java.lang.Boolean getNullableBool();
|
||||
@@ -40,7 +40,4 @@ public interface Primitives {
|
||||
float getFloat();
|
||||
|
||||
double getDouble();
|
||||
|
||||
final class DefaultImpls {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user