Weaver icon indicating copy to clipboard operation
Weaver copied to clipboard

Ambiguous type in WeaverTests when declaring parameter and registration with the same name and type in two different types

Open trupin opened this issue 5 years ago • 0 comments

The following code produces a compilation error in WeaverTests.swift

final class Foo {
   // weaver: aDependency <= ADependency
}

final class Bar {
   // weaver: aDependency = ADependency
}

trupin avatar Mar 27 '20 18:03 trupin