newAmbiguousType function

Warning newAmbiguousType(
  1. String path
)

Implementation

Warning newAmbiguousType(String path) {
  return Warning(ambiguousTypeWarn, path);
}