mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Number rename: xxxValue() --> toXxx(), test
This commit is contained in:
8
compiler/testData/codegen/boxWithJava/number/FortyTwoExtractor.java
vendored
Normal file
8
compiler/testData/codegen/boxWithJava/number/FortyTwoExtractor.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
public class FortyTwoExtractor {
|
||||
private Number fortyTwo = new FortyTwo();
|
||||
|
||||
public int intValue() {
|
||||
return fortyTwo.intValue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user