grmartin / stab-language

Automatically exported from code.google.com/p/stab-language
Apache License 2.0
0 stars 0 forks source link

Cannot apply operator+ to String and boolean #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The code does not compile:

    public class Main{

        public static void main( String[] args){
            System.out.println("bool:" + true);

            System.out.println("DONE");
        }
    }

Original issue reported on code.google.com by ice.ta...@gmail.com on 3 Jul 2010 at 2:10

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by stab.hac...@gmail.com on 4 Jul 2010 at 10:25