Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba6c05e8cd6a1eb47df280eba395c2043a881f9f
/
.
/
kotlin-native
/
runtime
/
src
/
main
/
cpp
/
Cleaner.h
blob: 00e8bffb13712f93a19a8825f785ced066215a83 [
file
]
/*
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
#pragma
once
#include
"Common.h"
#include
"Types.h"
RUNTIME_NOTHROW
void
DisposeCleaner
(
KRef
thiz
);