mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Force the user of AstAccessControl to write at least one test violating restriction, implement such tests for existing tests
This is needed because the slightest change in the test setup can make the check useless without the client knowing The solution is ugly but gives at least some protection against this
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
public class ClassWithConstVal() : java.lang.Object() {
|
||||
|
||||
Reference in New Issue
Block a user