标签: javac ternary
显然为布尔类型返回null是一个错误。为什么javac没有抓住这个?
var test = { 'test': 5 }; Object.freeze(test); // Will throw error test.test = 3;