/* * * @flow */ class A { f(tainted : $Tainted) { // This shouldn't give a warning (both are tainted) var also_tainted : $Tainted = tainted; } }