This commit is contained in:
Alexey Kudravtsev
2015-07-24 16:54:15 +03:00
parent 6b8cfa29bf
commit 59e0751e2c
3 changed files with 4 additions and 34 deletions
@@ -1,18 +1,3 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package x;
public interface I {
@@ -20,8 +5,9 @@ public interface I {
}
class XI implements I {
public void ffffff() {
}
public void ffffff() {
}
public void <warning descr="Method 'ffffff2()' is never used">ffffff2</warning>() {
}
}
@@ -1,18 +1,3 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package x;
public class X {