Add codegen box test templates for identifiers
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
<!DIRECTIVES("HELPERS: REFLECT")!>
|
||||
|
||||
package org.jetbrains.<!ELEMENT(1)!>
|
||||
|
||||
fun box(): String? {
|
||||
if (!checkPackageName("org.jetbrains.<!ELEMENT_VALIDATION(1)!>.<!CLASS_OF_FILE!>", "org.jetbrains.<!ELEMENT_VALIDATION(1)!>")) return null
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user