view error/modifyMissType.k @ 0:536b29f11352

add some files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 28 Apr 2012 21:01:53 +0900
parents
children
line wrap: on
line source

int f() {
    return 3;
}

void main(String[] args) {
     String a = f(); 
     String b = f(); 
}