﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0664</ErrorName>
  <Examples>
    <string>// cs0664.cs: Literal of type double cannot be implicity converted to Float, use F suffix
// Line: 6
class X {
	void A ()
	{
		float f = 2.0;
	}
}
</string>
  </Examples>
</ErrorDocumentation>