Merge branch 'master' of git.labs.intellij.net:idea/community
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / ConvertIntegerToOctalIntention / before.java.template
blob6e7e7194f02da66f3e7fbdfe2bd5a05f6f435d7e
1 public class X {
2   void f() {
3     int i = <spot>16</spot>;
4   }