Federico Ciardi 66cadea103
Revert "fix: non breaking align options naming" (#13732)
This reverts commit 51a0caa8a2dac2651856035760413d76fb422d77.
2021-09-04 09:34:41 +02:00

7 lines
91 B
JavaScript

@annotation
class MyClass { }
function annotation(target) {
target.annotated = true;
}