Closed trilis closed 3 years ago
Same problem with jest/v16
:
declare namespace jasmine {
interface Any {
new (expectedClass: any): any;
jasmineMatches(other: any): boolean;
jasmineToString(): string;
}
function any(aclass: any): Any;
}
Fixed in #467
Consider library
mfiles
:In generated code, in package
MFiles
we will see this:Which will compile, but type of argument in
GetStringResource
will not be regularkotlin.Number
, as intended by library author, but some irrelevantMFiles.Number
.