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(byte b) {
|
||||
Integer i = b;
|
||||
if (p) i = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user