<div class="chatlog__message-group">
  <div id="chatlog__message-container-1061291303981285396" class="chatlog__message-container" data-message-id="1061291303981285396">
    <div class="chatlog__message">
      <div class="chatlog__message-aside">
        <div class="chatlog__reply-symbol"></div><img class="chatlog__avatar" src="https://cdn.discordapp.com/avatars/982906333424652348/8778503bce01c3814ae2081a81dd57c0.png?size=512" alt="Avatar" loading="lazy">
      </div>
      <div class="chatlog__message-primary">
        <div class="chatlog__reply"><img class="chatlog__reply-avatar" src="https://cdn.discordapp.com/avatars/679492030556143654/72cc2a66c6b054156a6ef90df41705b8.png?size=512" alt="Avatar" loading="lazy">
          <div class="chatlog__reply-author" title="log5">log5</div>
          <div class="chatlog__reply-content"><span class="chatlog__reply-link" onclick="scrollToMessage(event,'1061291293495529512')"> <span class="chatlog__markdown-mention" title="swift57#4949">@swift-5.7.3</span> <span class="chatlog__markdown-mention" title="swift52#7242">@swift-5.2.5</span>
              <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline language-swift">import Foundation extension Int { func cbrt() -&gt; Int { Int(pow(Double(self), 1 / 3)) // global の pow が呼ばれると思ってた... } func pow(fakeSignature: Void) { // こっちは引数が違うから呼ばれないと思ってた... } } print(2023.cbrt())</code> </span></div>
        </div>
        <div class="chatlog__header"><span class="chatlog__author" style="color:rgb(52,152,219)" title="swift57#4949" data-user-id="982906333424652348">swift57</span> <span class="chatlog__author-tag">BOT</span> <a href="/channels/763427634179735592?category=main&amp;channel=atcoder&amp;message_id=1061291303981285396"><span class="chatlog__timestamp" title="Saturday, January 7, 2023 2:32 PM"></span></a><a href="#chatlog__message-container-1061291303981285396">1/7/2023 2:32 PM</a></div>
        <div class="chatlog__content chatlog__markdown"><span class="chatlog__markdown-preserve">exit status: 1 with stderr:<code class="chatlog__markdown-pre chatlog__markdown-pre--multiline nohighlight">&lt;stdin&gt;:5:13: error: use of 'pow' refers to instance method rather than global function 'pow' in module 'SwiftGlibc' Int(pow(Double(self), 1 / 3)) ^ &lt;stdin&gt;:5:13: note: use 'SwiftGlibc.' to reference the global function in module 'SwiftGlibc' Int(pow(Double(self), 1 / 3)) ^ SwiftGlibc. SwiftGlibc.pow:1:13: note: 'pow' declared here public func pow(_ __x: Double, _ __y: Double) -&gt; Double ^</code></span></div>
      </div>
    </div>
  </div>
</div>