Weaver
Weaver copied to clipboard
Ambiguous type in WeaverTests when declaring parameter and registration with the same name and type in two different types
The following code produces a compilation error in WeaverTests.swift
final class Foo {
// weaver: aDependency <= ADependency
}
final class Bar {
// weaver: aDependency = ADependency
}