x = loadResource(Rez.Fonts.J1); //no compile error but of course run time error, compiler should check if J1 is in Rez.Fonts.
x = loadResource(Rez.Fonts.onLayout); //no compile error but of course run time error, there is view.onLayout(), so there is symbol - compiler should check if onLayout is in Rez.Fonts.
x = loadResource(Rez.Fonts.NoRes); //compile error because no such symbol at all
x = loadResource(Rez.Fonts.J1); //no compile error but of course run time error, compiler should check if J1 is in Rez.Fonts.
x = loadResource(Rez.Fonts.onLayout); //no compile error but of course run time error, there is view.onLayout(), so there is symbol - compiler should check if onLayout is in Rez.Fonts.
x = loadResource(Rez.Fonts.NoRes); //compile error because no such symbol at all
-
_psx_
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Comment-
_psx_
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Children