Add constants test.
All checks were successful
The build was successful.

This commit is contained in:
2019-05-07 08:42:42 +02:00
parent 17e0fb4653
commit 03c37c58bb
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
string(25 'This is a global constant')
string(24 'This is a local constant')
string(25 'This is a global constant')
string(24 'This is a class constant')
string(42 'Local constant overrides a global constant')