The type List is not generic; it cannot be parameterized with arguments

The type List is not generic; it cannot be parameterized with arguments_第1张图片

 

郁闷了好久,查啊查

 

才发现List集合的包被自动导入错了

 

import antlr.collections.List;

 

MyEclipse又出了什么莫名其妙的错误,自动导入

 

去掉就行了

你可能感兴趣的:(list,import)