Skip to content

Commit ccfbd67

Browse files
committed
Fix test to work under new regime
Previously: test was exempted because it was in dotty package Now: test is exempted since it language imports captureChecking
1 parent a918722 commit ccfbd67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
package dotty.tools
1+
import language.experimenal.captureChecking
22
object test {
33

44
val x = caps.cap
55

66
}
7+

0 commit comments

Comments
 (0)