Java to Kotlin converter: specify local variable type when necessary
#KT-5277 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//method
|
||||
void foo(Integer i) {
|
||||
int i1 = i;
|
||||
i1++;
|
||||
}
|
||||
Reference in New Issue
Block a user