mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Rename addDeclarations -> registerModuleComponents
Use it to provide SamWithReceiverResolver extensions instead
Post construction on container composition can be achieved
but manually inserting injections where it seems appropriate
is bug prone
This fixes a bug where SamWithReceiverPlugin extension was not registered
for some containers in IDE which led to incorrect highlighting in IDE
Add IDE test for applying SamWithReceiver plugin
#KT-18062 Fixed
6 lines
80 B
Java
Vendored
6 lines
80 B
Java
Vendored
package javaInterface;
|
|
|
|
@anno.B
|
|
interface InterfaceM1B<T> {
|
|
void foo(T t);
|
|
} |