This commit is contained in:
jhejda@wmpromus.com 2019-05-08 11:36:41 +02:00
parent a4f03eaf5d
commit 1b6e03fe85

View File

@ -1,7 +1,7 @@
class test (
) {
fail { 'HELLO WORLD':}
fail('Hello world')
}