3a7eec8635
It should be a valid case to invoke the 1.1 compiler with the 1.0 runtime in the classpath and "-api-version 1.0". However, previously it was an error and the message suggested to specify "-language-version 1.0". Language version 1.0 implies API version 1.0, so this effectively made the "-api-version" option useless