Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(a: Int, b: Int = 0, <caret>c: Int = 0) {
|
||||
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(1)
|
||||
}
|
||||
Reference in New Issue
Block a user