主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Robert Decker
活动总数
6
最后的活动
2016年01月17日 07:30
成员加入日期
2013年01月18日 16:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月01日 13:09
I distilled it down to the following:public class Intellij { public static <T> T getProperty(final String str, final Class<T> cls) { return null; } public static <T> T getProperty(f...
社区
IntelliJ IDEA Users
ambiguous method call bug
0 票
创建于
2013年02月01日 13:12
BTW, this call is fine: String id = Intellij.getProperty("", String.class);no error by intellij
社区
IntelliJ IDEA Users
ambiguous method call bug
0 票
创建于
2013年01月18日 16:49
Hi,I did a File->Invalidate Caches... with a restart and unfortunately still see the error.Rob
社区
IntelliJ IDEA Users
ambiguous method call bug
0 票
创建于
2013年01月18日 17:08
I went back to 12.0.1 and did another File->Invalidate Cache with a restart and I'm still seeing the error.I may not have looked at this class for awhile and didn't notice the problem.But I can bui...
社区
IntelliJ IDEA Users
ambiguous method call bug
0 票