Files
kotlin/compiler/testData/cli/jvm/wrongAbiVersionLib
Denis Zharkov 8b8fa40348 Drop tests with obsolete assumption
DefaultImpls classes are not visible in IDE no more because they are inner.
2015-09-30 08:19:52 +03:00
..
2015-09-30 08:19:52 +03:00
2015-09-30 08:19:52 +03:00

/*
To regenerate this test:
  1. Change JvmAbi.VERSION to -1
  2. Run 'ant dist'
  3. Compile files with the newly built compiler from dist/

    cd compiler/testData/cli/jvm/wrongAbiVersionLib
    ../../../../../dist/kotlinc/bin/kotlinc -d bin src/*

  4. Change JvmAbi.VERSION back to its old value
  5. Run 'ant dist'
After these steps, the test should succeed
*/