See More

package stack; /** * @author mayanwei * @date 2023-02-24. */ public class IntTest{ public static void main(String[] args) { IntTest intTest = new IntTest(); } static void test(){ int val1 = 10; int val2 = 20; } void show(){ } }