Deprecate javaClass with replacement this::class.java.

Suppress deprecation in diagnostics tests.
This commit is contained in:
Ilya Gorbunov
2017-02-03 19:19:59 +03:00
parent d6a60424a9
commit b8de78dd43
3 changed files with 4 additions and 1 deletions
@@ -1,3 +1,4 @@
// !DIAGNOSTICS: -DEPRECATION
package test
class A {