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 ""
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -66,6 +66,10 @@ public class SpecifyTypeExplicitlyTest extends AbstractQuickFixTest {
|
|||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testPublicMember() {
|
||||||
|
doTest();
|
||||||
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
protected String getTestDataPath() {
|
protected String getTestDataPath() {
|
||||||
|
|||||||
Reference in New Issue
Block a user