blob: 0bc084ecc172096a4ddf85d1c1970dddc3740c04 [file] [log] [blame]
package gls.syntax
public class OldPropertySyntaxRemovalTest extends gls.CompilableTestSupport {
void testMultipleParameters() {
shouldNotCompile """
class C {
@Property foo
}
"""
}
}