Dropped test that cannot work anymore
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
fun main(args : Array<String>) {
|
|
||||||
val mmm = 12
|
|
||||||
val t = { <caret>}
|
|
||||||
}
|
|
||||||
|
|
||||||
// TYPE: "mm "
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
fun main(args : Array<String>) {
|
|
||||||
val mmm = 12
|
|
||||||
val t = { mm }
|
|
||||||
}
|
|
||||||
|
|
||||||
// TYPE: "mm "
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
fun main(args : Array<String>) {
|
|
||||||
val mmm = 12
|
|
||||||
val t = { (<caret>) }
|
|
||||||
}
|
|
||||||
|
|
||||||
// TYPE: "mm "
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
fun main(args : Array<String>) {
|
|
||||||
val mmm = 12
|
|
||||||
val t = { (mm ) }
|
|
||||||
}
|
|
||||||
|
|
||||||
// TYPE: "mm "
|
|
||||||
@@ -41,14 +41,6 @@ public class JetConfidenceTest extends LightCompletionTestCase {
|
|||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testInBeginningOfFunctionLiteral() {
|
|
||||||
doTest();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testInBeginningOfFunctionLiteralInBrackets() {
|
|
||||||
doTest();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testInBlockOfFunctionLiteral() {
|
public void testInBlockOfFunctionLiteral() {
|
||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user