Skip to content

Commit

Permalink
Removed @CompileStatic test from 1.8.X
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Mar 13, 2013
1 parent 657121e commit 74ed002
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/test/groovy/bugs/Groovy6045Bug.groovy
Expand Up @@ -28,16 +28,4 @@ class Groovy6045Bug extends GroovyTestCase {
new Foo()
'''
}

void testCallingSafeSuperShouldNotThrowVerifyErrorUsingCompileStatic() {
assertScript '''import groovy.transform.CompileStatic
class Foo {
@CompileStatic
String toString() {
super?.toString()
}
}
new Foo()
'''
}
}

0 comments on commit 74ed002

Please sign in to comment.