nonNls<T> function

T nonNls<T>(
  1. @NonNls T arg
)

Allows annotating of values which do not need translations.

Implementation

T nonNls<T>(@NonNls T arg) => arg;