Java to Kotlin converter: no more 2 conversion modes for each test, just a few tests to test non-standard settings
This commit is contained in:
@@ -3,6 +3,6 @@ class T() {
|
||||
}
|
||||
fun i(): Int {
|
||||
}
|
||||
fun s(): String? {
|
||||
fun s(): String {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user