Files
kotlin-fork/compiler/testData/cli/jvm/wrongAbiVersionLib
Alexander Udalov d98b3433eb Fix ABI version diagnostic for old package facades
Restore the test data that was erroneously replaced in 84649e4
2015-09-16 01:44:27 +03:00
..
2015-05-12 19:43:17 +02: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
*/