Run psi check on light classes from compiled Kotlin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Primitives
|
||||
|
||||
interface Primitives {
|
||||
fun int(x: Int): Int
|
||||
fun int(i: Int): Int
|
||||
|
||||
val nullableBool: Boolean?
|
||||
val nullableByte: Byte?
|
||||
|
||||
Reference in New Issue
Block a user