[Vala] mandatory this. in classes?



Hi, why works this?

public class Test {
        public int test;

        public Test() {
        
                stderr.printf("%d", test);
        }
}

why is not "this." preffix mandatory?

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]