summaryrefslogtreecommitdiff
path: root/test/files/pos/t3430.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3430.scala')
-rw-r--r--test/files/pos/t3430.scala13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/files/pos/t3430.scala b/test/files/pos/t3430.scala
deleted file mode 100644
index 3129c6276a..0000000000
--- a/test/files/pos/t3430.scala
+++ /dev/null
@@ -1,13 +0,0 @@
-// package com.example
-
-object A {
- def f1(f: String => Boolean) = f("a")
-
- def f2(): Boolean =
- f1 { s1 =>
- f1 { s2 =>
- while (true) { }
- true
- }
- }
-} \ No newline at end of file