JS: Relax type inference to account for overriding

This commit is contained in:
Asger F
2019-05-13 10:18:19 +01:00
parent 27e8ea85f7
commit 4db7aa6ed2

View File

@@ -172,6 +172,8 @@ abstract class Configuration extends string {
isBarrierGuard(guard) and
guard.blocks(node)
)
or
none() // relax type inference to account for overriding
}
/**