会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MatroLeox
首页
新随笔
联系
订阅
管理
2022年2月16日
Groovy new 内部类报错的问题
摘要: package pkg; class Outer { static class Inner {} } 当直接 new Outer.Inner() 会导致 unable to resolve class Outer.Inner。 方式一 通过import方式解决。 import pkg.Outer;
阅读全文
posted @ 2022-02-16 20:42 MatroLeox
阅读(196)
评论(0)
推荐(0)
公告