Fix primitive override problem in Kotlin-Java inheritance
See the comment in JetTypeMapper
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class ExtendsD extends D {
|
||||
void test() {
|
||||
int x = foo();
|
||||
Integer y = foo();
|
||||
Object z = foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user