J2K: conversion with usage processing across multiple converted files works in tests (but not in real life yet)

This commit is contained in:
Valentin Kipyatkov
2014-10-20 22:34:22 +04:00
committed by valentin
parent 41c7ec8285
commit abf537e348
1111 changed files with 1904 additions and 1625 deletions
@@ -0,0 +1,6 @@
//file
package demo;
final class Final {
void test() {}
}