7 lines
56 B
Plaintext
Raw Normal View History

2015-06-22 16:26:18 +02:00
class BoolLit{
2015-06-22 16:30:11 +02:00
Object method() { b = true; }
2015-06-22 16:26:18 +02:00
}