Is this a bug in Intellij Idea when using typed collection in auto-wiring?

前端 未结 0 2062
伪装坚强ぢ
伪装坚强ぢ 2021-02-10 10:44

Here is a sample code to regenerate this:

package com.example.demo;

public interface Fruit {
    void describe();
}

Two Fruits implements this i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题