()
| 14 | static { Library.staticLoad(); } |
| 15 | |
| 16 | @NotNull @Contract("-> new") |
| 17 | public static Shaper makePrimitive() { |
| 18 | Stats.onNativeCall(); |
| 19 | return new Shaper(_nMakePrimitive()); |
| 20 | } |
| 21 | |
| 22 | @NotNull @Contract("-> new") |
| 23 | public static Shaper makeShaperDrivenWrapper() { |
no test coverage detected