Specify type explicitly: Add tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Specify type explicitly" "false"
|
||||
|
||||
class A {
|
||||
public fun <caret>foo() {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// "Specify type explicitly" "false"
|
||||
|
||||
class A {
|
||||
public fun <caret>foo() {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user