Name suggester + tests.
Fixed commented introduce variable tests.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun x(x: Int = 1) {}
|
||||
/*
|
||||
val i = 1
|
||||
fun x(x: Int = i) {}
|
||||
*/
|
||||
Reference in New Issue
Block a user