J2K: supported synchronized, volatile, transient and strictfp
#KT-3678 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
synchronized void foo() {
|
||||
bar();
|
||||
}
|
||||
|
||||
void bar() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user