Java to Kotlin converter: specify local variable type when necessary
#KT-5277 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//statement
|
||||
String s = null;
|
||||
Reference in New Issue
Block a user
#KT-5277 Fixed
@@ -0,0 +1,2 @@
|
||||
//statement
|
||||
String s = null;
|
||||