mirror of
https://github.com/denoland/deno.git
synced 2025-01-14 01:50:19 -05:00
6 lines
153 B
Rust
6 lines
153 B
Rust
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||
|
|
||
|
/// This is a doc comment.
|
||
|
#[op2(fast)]
|
||
|
pub fn op_has_doc_comment() -> () {}
|